home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1995 October / EnigmA AMIGA RUN 01 (1995)(G.R. Edizioni)(IT)[!][issue 1995-10][Aminet 7].iso / Aminet / util / gnu / bison_1_22.lha / bison-1.22 / nullable.ch < prev    next >
Text File  |  1995-01-20  |  387b  |  29 lines

  1. Changes for NULLABLE.C by Andreas Scherer, January 20, 1995.
  2.  
  3. @x l.24
  4. #include <stdio.h>
  5. #include "system.h"
  6. #include "types.h"
  7. #include "gram.h"
  8. #include "new.h"
  9. @y
  10. #include <stdio.h>
  11. #include <stdlib.h>
  12. #include "system.h"
  13. #include "types.h"
  14. #include "gram.h"
  15. #include "ansinew.h"
  16. @z
  17.  
  18. @x l.35
  19. set_nullable()
  20. @y
  21. set_nullable(void)
  22. @z
  23.  
  24. @x l.133
  25. free_nullable()
  26. @y
  27. free_nullable(void)
  28. @z
  29.